/*单页*/
/*用于公司简介等页面*/
.cx_page {
    margin: 0 auto 20px
}

.cx_page p {
    font-size: 16px;
    line-height: 30px;
}

/*联系我们专用页面*/
.cx_page_lxwm {
    margin: 0 auto 20px
}

.cx_page_lxwm dl {}

.cx_page_lxwm dl dt {
    font-size: 22px;
    line-height: 50px;
    font-weight: bold;
    color: #005bac
}

.cx_page_lxwm dl dd {
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    margin: 20px 0 0 0;
    width: 50%;

}

.cx_page_lxwm dl dd:nth-child(odd) {
    float: right
}

.cx_page_lxwm dl dd:nth-child(even) {
    float: left
}

.cx_page_lxwm dl dd img {
    float: left;
    margin-right: 10px
}

/*在线留言页面专用*/
.cx_page_zxly {
    font-size: 16px;
    line-height: 40px
}

.cx_page_zxly #main_book {
    border: 1px solid #f5f5f5;
    margin: 20px auto;
    background: url(../images/lxwm/message_bg.jpg) no-repeat center bottom #fff;
    padding: 40px 5%;
}

.cx_page_zxly #main_book h1{ font-size: 20px; line-height: 50px }


.cx_page_zxly #main_book td{ text-align: left; padding: 0 20px 0 0 }

.cx_page_zxly .xing{ color:#f00; padding: 0 10px }

.cx_page_zxly  input{ border: 1px solid #ccc; line-height: 30px; min-width: 200px }
.cx_page_zxly  textarea{ border: 1px solid #ccc; line-height: 30px; min-width: 200px }
.cx_page_zxly .submit {
    padding: 10px 30px;
    background: #005bac;
    border: none;
    color: #fff;
    cursor: pointer;
}

.cx_page_zxly .submit:hover {
    background: #005bac
}


/*上下列表*/
.cx_sxlb {
    margin: 20px auto
}

.cx_sxlb ul {}

.cx_sxlb li {
    width: 24%;
    box-sizing: border-box;
    margin-right: 1.3333333333333333333333333333333%;
    float: left;
    top: 0;
    position: relative;
    transition: top 0.5s;
    text-align: center;
    margin-bottom: 10px
}

.cx_sxlb li:nth-child(4n+0) {
    margin-right: 0
}

.cx_sxlb li:hover {
    top: -5px;
}

.cx_sxlb li img {
    width: 250px;
    padding: 5px;
    border: 1px solid #efefef
}

.cx_sxlb li h5 {
    line-height: 30px;
}

/*左右列表*/

.cx_zylb {
    margin: 20px auto
}

.cx_zylb .left {
    position: relative;
    width: 265px;
}

.cx_zylb .left .top {
    height: 100px;
    background: #005bac;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    padding: 20px 0 0 20px;
    box-sizing: border-box
}

.cx_zylb .left .top b {
    font-weight: 100;
    display: block;
}

.cx_zylb .left ul {
    background: #fff;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    margin: 20px auto

}

.cx_zylb .left ul a {
    display: block;
    text-align: left;overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}

.js{width:90%; margin:10px auto 0 auto; }
.js p{ padding:5px 0; font-weight:bold; overflow:hidden;  }
.js p span{ float:right; }
.js p span a{ color:#f00; text-decoration:underline;   }
.js textarea{ height:50px;  width:98%; padding:5px; border:1px solid #ccc; border-top:2px solid #aaa;  border-left:2px solid #aaa;  }



.sideMenu{  }
.sideMenu h3{ height:50px; line-height:50px; padding-left:10px;  cursor:pointer;
    font:normal 14px/50px "Microsoft YaHei";color: #333;border: 1px solid #efefef;margin-bottom: 5px}
.sideMenu h3 em{ float:right; display:block; width:40px; height:50px;   background:url(../images/icoAdd.png) 16px 20px no-repeat; cursor:pointer; }
.sideMenu h3.on{background:#005bac;color: #fff }
.sideMenu h3.on em{ background-position:16px -47px; }
.sideMenu h2{ height:50px; line-height:50px; padding-left:10px;  cursor:pointer;
    font:normal 14px/50px "Microsoft YaHei";color: #333;border: 1px solid #efefef;margin-bottom: 5px}
.sideMenu h2 em{ float:right; display:block; width:40px; height:50px;   background:url(../images/icoAdd.png) 16px 20px no-repeat; cursor:pointer; }
.sideMenu h2.on{background:#005bac;color: #fff }
.sideMenu h2.on em{ background-position:16px -47px; }

.sideMenu ul{color:#999; display:none; /* 默认都隐藏 */margin-bottom: 5px }
.sideMenu .cur{color: #005bac}

.cx_zylb .left ul li {
    padding: 0 15px;
    cursor: pointer;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    color: #333;
    border-bottom: 1px solid #f5f5f5;
    position: relative;
    text-indent: 10px;
    font-size: 14px
}

.cx_zylb .left ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    border: 1px solid #ccc;
    border-style: solid solid none none;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 10px;
}

.cx_zylb .left ul li:hover {
    background: #005bac;
}
.cx_zylb .left ul li:hover a{
    color: #fff
}

.cx_zylb .left ul li.on {
    background: #005bac;
}
.cx_zylb .left ul li.on  a{
    color: #fff
}

.cx_zylb .left dl {
    border: 1px solid #efefef;
    text-align: center;
}

.cx_zylb .left dl dd {
    background: url(../images/pho_02.png) no-repeat 10px 25px;
    height: 50px;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    padding: 20px 0 20px 50px
}

.cx_zylb .left dl dd strong {
    display: block;
    font-family: Impact;
    color: #005bac;
    font-size: 30px
}

.cx_zylb .right {
    width: 1010px;
    margin: 0 0 0 20px
}

.cx_zylb .right dl {
    border: 1px solid #dedede;
    margin-bottom: 15px;
    padding: 22px 50px 22px 22px;
    background: #fff;
    overflow: hidden;
}

.cx_zylb .right dt {
    width: 29.5%;
    float: left;
    margin-right: 5.8%;
}

.cx_zylb .right dt img {
    width: 100%;
    display: block;
}

.cx_zylb .right dd h4 {
    height: 40px;
    font-weight: normal;
    font-size: 18px;
    color: #333;
    line-height: 40px;
    margin-bottom: 5px;
    overflow: hidden;
}

.cx_zylb .right h4 a {
    display: block;
    height: 40px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
}

.cx_zylb .right dl:hover {
    border: 1px solid #ccc;
}

.cx_zylb .right dl:hover h4 a {
    color: #005bac;
}

.cx_zylb .right-desc {
    max-height:90px;
    font-size: 14px;
    line-height: 24px;
    color: #797979;
    margin-bottom: 28px;
    overflow: hidden;
}
.cx_zylb .right-desc p{
    line-height: 30px;font-size: 16px;
}
.cx_zylb .right-deta {
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    float: right;
    background: #b6b6b6;
    color: #fff;
}

.cx_zylb .right-deta a {
    color: #fff;
}

.cx_zylb .right dl:hover .cx_zylb .right-deta {
    background: #17494a;
    border-color: #17494a;
}

.cx_zylb .right dl:hover .cx_zylb .right-deta a {
    color: #fff;
}

/*详情页*/

.cx_zylb .left2 {
    width: 888px;
    float: left;
}

.cx_zylb .left2 h1 {
    padding-top: 16px;
    color: #333;
    font-size: 22px;
    line-height: 40px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-align: center;
    font: 22px/63px "Microsoft Yahei";
    font-weight: bold;
}

.cx_zylb .left2 .info_con_tit .n_tit {
    text-align: left;
    color: #999;
    border-bottom: 1px dashed #999;
    height: 44px;
    line-height: 44px;
    font-size: 14px
}

.cx_zylb .left2 .info_con_tit .n_tit .m_qrinfo a {
    background: url(../images/tel0.gif) no-repeat left top;
    height: 45px;
    display: inline-block;
    font-size: 0px;
    width: 24px;
}

.cx_zylb .left2 .info_con_tit .n_tit .m_qrinfo a:hover {
    background: url(../images/tel1.gif) no-repeat left top;
}

.cx_zylb .left2 .info_con_tit .n_tit a {
    color: #BCBBBB;
}

.cx_zylb .left2 .info_con_tit .n_tit span .cur {
    color: #000;
}

.cx_zylb .left2 .info_con_tit {
    font-family: "Microsoft Yahei";
    line-height: 24px;
    margin-bottom: 15px;
}

.cx_zylb .left2 .info_con_tit span {
    margin-right: 20px;
}

.cx_zylb .right2 {
    width: 250px;
    float: right;
    text-align: center;
}

.cx_zylb .right2 .top {
    height: 100px;
    background: #0266b2;
    text-align: left;
}

.cx_zylb .right2 .top b {
    color: #fff;
    font-size: 24px;
    padding: 15px 0 0 20px;
    display: block;
}

.cx_zylb .right2 .top em {
    color: #fff;
    font-size: 30px;
    padding: 0 0 0 20px;
    font-style: inherit;
}

.cx_zylb .right2 .bottom {
    height: 100px;
    background: url(../images/p_tel.png) no-repeat #005bac;
    background-position: 10px 30px;
}

.cx_zylb .right2 .bottom b {
    color: #fff;
    font-size: 16px;
    display: block;
    text-align: left;
    text-indent: 70px;
    padding: 30px 0 0 0
}

.cx_zylb .right2 .bottom em {
    text-align: left;
    display: block;
    font-size: 24px;
    color: #fff;
    font-style: inherit;
    font-weight: bold;
    text-indent: 70px
}

.cx_zylb .right2 ul {
    border: 1px solid #efefef;
    padding: 20px 0
}

.cx_zylb .right2 ul a {
    width: 90%;
    margin: 0 auto 10px;
    border-bottom: 1px dotted #efefef;
    line-height: 40px;
    text-align: left;
    position: relative;
    text-indent: 30px;
    display: inline-block;
}

.cx_zylb .right2 ul a:before {
    content: "";
    width: 5px;
    height: 5px;
    border: 1px solid #b8b8b8;
    border-style: solid solid none none;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 12px;
}

.cx_zylb .right2 ul .current {
    color: #0266b2;
    font-weight: bold;
    background: #f5f5f5;
    display: inline-block;
}

.cx_zylb .right2 ul a:hover {
    color: #0266b2;
    font-weight: bold;
    background: #f5f5f5;
    display: inline-block;
}


/*下一篇、下一篇*/
.sx {
    line-height: 30px;
    overflow: hidden;
    margin: 15px 0px;
    padding: 0 0;
}

.sx span {
    overflow: hidden;
    height: 30px;
    display: block;
    margin: 0 0 10px 0
}

.sx a {
    color: #201618;
}


/*左右排版产品图片模块*/
.cx_zylb .right3 {
    width: 900px;
    float: right
}

.cx_zylb .right3 ul {
    text-align: center;
    margin: 0 auto 0
}

.cx_zylb .right3 ul li {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.cx_zylb .right3 ul li img {
    width: 280px;
    height: 210px;
    padding: 5px;
    border: 1px solid #efefef
}

.cx_zylb .right3 ul li h5 {
    line-height: 50px;
}

.cx_zylb .right3 ul li:nth-child(3n+0) {
    margin-right: 0
}

.cx_zylb .right3 ul li:hover p {
    color: #fff
}

.cx_zylb .right3 ul li:hover a {
    color: #fff
}

/*产品详情页*/
.cx_zylb .right3 .l {
    float: left;
    width: 450px;
}

.cx_zylb .right3 .l img {
    width: 100%;
}

.cx_zylb .right3 .r {
    float: right;
    width: 430px;
}

.cx_zylb .right3 .r h1 {
    font-size: 20px;
    color: #005bac;
    line-height: 50px;
    border-bottom: 1px solid #efefef
}

.cx_zylb .right3 .r p {
    padding: 10px;
    line-height: 35px;
    font-size: 16px;
    color: #666
}

.cx_zylb .right3 .r .tel .dianhua {
    height: 100px;
    background: url(../images/p_tel.png) no-repeat #005bac;
    background-position: 10px 20px;
    position: relative;
}

.cx_zylb .right3 .r .tel .dianhua b {
    color: #fff;
    font-size: 16px;
    display: block;
    text-align: left;
    text-indent: 70px;
    padding: 20px 0 0 0
}

.cx_zylb .right3 .r .tel .dianhua em {
    text-align: left;
    display: block;
    font-size: 30px;
    color: #fff;
    font-style: inherit;
    font-weight: bold;
    text-indent: 70px;
    font-family: 'Impact';
    letter-spacing: 1px
}

.cx_zylb .right3 .r .tel a {
    padding: 5px 20px;
    background: #fff;
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 40px;
    color: #333
}

.cx_zylb .right3 .tit {
    font-size: 16px;
    border-bottom: 1px solid #efefef;
    line-height: 40px;
    width: 100%;
}

.cx_zylb .right3 .tit strong {
    font-size: 18px;
    line-height: 40px;
    color: #005bac;
    border-bottom: 2px solid #005bac;
    display: inline-block;
    padding: 0 10px
}

.cx_zylb .right3 p {
    padding: 10px
}
.cx_zylb .right3 p img{width: 100%;
    border: 1px solid #efefef;
    padding: 10px;
    box-sizing: border-box;}

/*左右排版图片模块图片4:3*/
.cx_zylb .right4 {
    width: 920px;
    float: right
}

.cx_zylb .right4 ul {
    text-align: center;
    margin: 0 auto 0
}

.cx_zylb .right4 ul li {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    transition: top 0.5s;
    top: 0;
    position: relative;
}

.cx_zylb .right4 ul li img {
    width: 270px;
    height: 203px;
    padding: 5px;
    border: 1px solid #efefef
}

.cx_zylb .right4 ul li h5 {
    line-height: 50px;
}

.cx_zylb .right4 ul li:nth-child(3n+0) {
    margin-right: 0
}

.cx_zylb .right4 ul li:hover {
    top: -5px;
}

/*模块图片4:3详情页*/
.cx_zylb .right4 .l {
    float: left;
    width: 500px;
}

.cx_zylb .right4 .l img {
    width: 100%;
    border: 1px solid #efefef;
}

.cx_zylb .right4 .r {
    float: right;
    width: 400px;
}

.cx_zylb .right4 .r h1 {
    font-size: 20px;
    color: #005bac;
    line-height: 50px;
    border-bottom: 1px solid #efefef
}

.cx_zylb .right4 .r p {
    padding: 10px;
    line-height: 35px;
    font-size: 14px;
    color: #999
}

.cx_zylb .right4 .r .tel .dianhua {
    height: 100px;
    background: url(../images/p_tel.png) no-repeat #005bac;
    background-position: 10px 20px;
    position: relative;
}

.cx_zylb .right4 .r .tel .dianhua b {
    color: #fff;
    font-size: 16px;
    display: block;
    text-align: left;
    text-indent: 70px;
    padding: 20px 0 0 0
}

.cx_zylb .right4 .r .tel .dianhua em {
    text-align: left;
    display: block;
    font-size: 24px;
    color: #fff;
    font-style: inherit;
    font-weight: bold;
    text-indent: 70px
}

.cx_zylb .right4 .r .tel a {
    padding: 5px 20px;
    background: #005bac;
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 40px;
    color: #fff
}

.cx_zylb .right4 .tit {
    font-size: 16px;
    border-bottom: 1px solid #efefef;
    line-height: 40px;
    width: 100%;
}

.cx_zylb .right4 .tit strong {
    font-size: 18px;
    line-height: 40px;
    color: #005bac;
    border-bottom: 2px solid #005bac;
    display: inline-block;
    padding: 0 10px
}

.cx_zylb .right4 p {
    padding: 10px
}



/*解决方案*/
.cx_solution_m {
    margin:30px auto;
}


.cx_solution_m_con {
    display: flex;
    flex-direction: column;

    position: relative;
}


.cx_solution_m_con .bd {
    width: 100%;
    z-index: 9;
    position: relative;
    padding: 20px 0; 
    border-bottom: 1px dotted #ccc
}

.cx_solution_m_con .bd .left {
    float: left;
    width: 400px;
    position: absolute;
}

.cx_solution_m_con .bd .left em {
    width: 400px;
    height: 320px;
    border: 1px solid #efefef;
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 98
}

.cx_solution_m_con .bd .left a {
    border: 1px solid #efefef;
    position: absolute;
    left: 0;
    bottom:-80px;
    z-index: 98;
    background: #333;
    padding: 10px 20px;
    color: #fff
}

.cx_solution_m_con .bd .left dl {
    width: 400px;
    height: 320px;
    position: relative;
    background: #d9221a;
    z-index: 99;
    box-sizing: border-box;
    padding: 30px;
    color: #fff
}

.cx_solution_m_con .bd .left dl dt {
    font-size: 30px;
    line-height: 60px;
    background: url(../images/dl_t.png) right no-repeat;
}

.cx_solution_m_con .bd .left dl dd {
    font-size: 14px;
    line-height: 30px;
}

.cx_solution_m_con .bd .right {
    width: 845px;
    height: 400px;
    float: right;
    position: relative;
}

.cx_solution_m_con .bd .right img {
    width: 100%;
    min-height: 400px
}

